Overload | Description |
---|---|
PdfEnum<TEnum> Constructor(TEnum) | Initializes a new instance of the PdfEnum<TEnum> struct using a TEnum value. |
PdfEnum<TEnum> Constructor(PdfName) | Initializes a new instance of the PdfEnum<TEnum> struct using a GrapeCity.Documents.Pdf.Spec.PdfName object. The passed GrapeCity.Documents.Pdf.Spec.PdfName is converted to TEnum if possible. |
PdfEnum<TEnum> Constructor(String) | Initializes a new instance of the PdfEnum<TEnum> struct using a string. The passed string is converted to TEnum if possible. |